Skip to main content

LDAP — ABB (vCenter LDAPS configuration)

One-liner
Connect vCenter to ABB.COM via LDAPS (3269/TCP) using regional load balancers, an approved service account, and ABB PKI certificates.

Reference

Dokument : VMware LDAPs


Identity source — ABB.COM (quick reference)

FieldData
Identity source nameABB.COM
Base DN for usersDC=abb,DC=com
Base DN for groupsDC=abb,DC=com
Domain nameabb.com
Domain aliasABB
Username<service-account>@abb.com (read-only; no shared accounts)
Password<service-account password>
Connected toSpecific domain controllers (regional LDAPS load balancer)
Primary Server URL(s)ldaps://adcoregc-eur.abb.com:3269ldaps://adcoregc-ame.abb.com:3269ldaps://adcoregc-apc.abb.com:3269
Secondary Server URL(optional — add another region for failover)
Certificates (for LDAPS)Import ABB LDAPS CA chain into vCenter’s trust store (see guide).

Use Active Directory over LDAP (LDAPS) in vCenter, not plain LDAP.


Firewall & DNS prerequisites

  • Allow outbound 3269/TCP from the vCenter appliance to the regional LDAPS FQDNs.
  • Ensure vCenter can resolve DNS for:
    • adcoregc-eur.abb.com
    • adcoregc-ame.abb.com
    • adcoregc-apc.abb.com

Connectivity check (from vCenter shell):

curl -v telnet://adcoregc-eur.abb.com:3269
curl -v telnet://adcoregc-ame.abb.com:3269
curl -v telnet://adcoregc-apc.abb.com:3269